47. Quiz: OR
Questions using the OR operator
- Find list of orders ids where either - gloss_qtyor- poster_qtyis greater than 4000. Only include the- idfield in the resulting table.
- Write a query that returns a list of orders where the - standard_qtyis zero and either the- gloss_qtyor- poster_qtyis over 1000.
- Find all the company names that start with a 'C' or 'W', and the primary contact contains 'ana' or 'Ana', but it doesn't contain 'eana'. 
Code
If you need a code on the https://github.com/udacity.